home *** CD-ROM | disk | FTP | other *** search
/ com!online 2001 December / COMCD1201.iso / toptools / dynaflash / tutorial / english / dynaflash.swf / scripts / DefineButton2_280 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2001-08-09  |  86 b   |  5 lines

  1. on(release){
  2.    trace("Goto NoDNA");
  3.    getUrl("http://www.nodna.com", "_new");
  4. }
  5.